-
Notifications
You must be signed in to change notification settings - Fork 15
feat(helm): update chart openebs ( 4.1.1 → 4.3.3 ) #5474
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/cluster-0-openebs-4.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- kubernetes/cluster-0/apps/openebs/openebs/app Kustomization: flux-system/openebs HelmRelease: openebs/openebs
+++ kubernetes/cluster-0/apps/openebs/openebs/app Kustomization: flux-system/openebs HelmRelease: openebs/openebs
@@ -14,13 +14,13 @@
chart: openebs
interval: 30m
sourceRef:
kind: HelmRepository
name: openebs
namespace: flux-system
- version: 4.1.1
+ version: 4.2.0
interval: 30m
values:
engines:
local:
lvm:
enabled: false |
--- HelmRelease: openebs/openebs ServiceAccount: openebs/openebs-localpv-provisioner
+++ HelmRelease: openebs/openebs ServiceAccount: openebs/openebs-localpv-provisioner
@@ -2,12 +2,11 @@
apiVersion: v1
kind: ServiceAccount
metadata:
name: openebs-localpv-provisioner
labels:
heritage: Helm
- openebs.io/version: 4.1.1
app: localpv-provisioner
release: openebs
component: localpv-provisioner
openebs.io/component-name: openebs-localpv-provisioner
--- HelmRelease: openebs/openebs ClusterRole: openebs/openebs-localpv-provisioner
+++ HelmRelease: openebs/openebs ClusterRole: openebs/openebs-localpv-provisioner
@@ -2,13 +2,12 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
name: openebs-localpv-provisioner
labels:
heritage: Helm
- openebs.io/version: 4.1.1
app: localpv-provisioner
release: openebs
component: localpv-provisioner
openebs.io/component-name: openebs-localpv-provisioner
rules:
- apiGroups:
--- HelmRelease: openebs/openebs ClusterRoleBinding: openebs/openebs-localpv-provisioner
+++ HelmRelease: openebs/openebs ClusterRoleBinding: openebs/openebs-localpv-provisioner
@@ -2,13 +2,12 @@
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
metadata:
name: openebs-localpv-provisioner
labels:
heritage: Helm
- openebs.io/version: 4.1.1
app: localpv-provisioner
release: openebs
component: localpv-provisioner
openebs.io/component-name: openebs-localpv-provisioner
roleRef:
apiGroup: rbac.authorization.k8s.io
--- HelmRelease: openebs/openebs Deployment: openebs/openebs-localpv-provisioner
+++ HelmRelease: openebs/openebs Deployment: openebs/openebs-localpv-provisioner
@@ -2,13 +2,12 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: openebs-localpv-provisioner
labels:
heritage: Helm
- openebs.io/version: 4.1.1
app: localpv-provisioner
release: openebs
component: localpv-provisioner
openebs.io/component-name: openebs-localpv-provisioner
spec:
replicas: 1
@@ -21,24 +20,23 @@
release: openebs
component: localpv-provisioner
template:
metadata:
labels:
heritage: Helm
- openebs.io/version: 4.1.1
app: localpv-provisioner
release: openebs
component: localpv-provisioner
openebs.io/component-name: openebs-localpv-provisioner
name: openebs-localpv-provisioner
spec:
serviceAccountName: openebs-localpv-provisioner
securityContext: {}
containers:
- name: openebs-localpv-provisioner
- image: quay.io/openebs/provisioner-localpv:4.1.1
+ image: quay.io/openebs/provisioner-localpv:4.2.0
imagePullPolicy: IfNotPresent
resources: null
env:
- name: OPENEBS_NAMESPACE
valueFrom:
fieldRef:
@@ -54,19 +52,30 @@
- name: OPENEBS_IO_ENABLE_ANALYTICS
value: 'true'
- name: OPENEBS_IO_BASE_PATH
value: /var/openebs/local
- name: OPENEBS_IO_HELPER_IMAGE
value: openebs/linux-utils:4.1.0
+ - name: OPENEBS_IO_HELPER_POD_HOST_NETWORK
+ value: 'false'
- name: OPENEBS_IO_INSTALLER_TYPE
value: localpv-charts-helm
- name: LEADER_ELECTION_ENABLED
value: 'true'
livenessProbe:
exec:
command:
- sh
- -c
- test `pgrep -c "^provisioner-loc.*"` = 1
initialDelaySeconds: 30
periodSeconds: 60
+ tolerations:
+ - effect: NoExecute
+ key: node.kubernetes.io/unreachable
+ operator: Exists
+ tolerationSeconds: 5
+ - effect: NoExecute
+ key: node.kubernetes.io/not-ready
+ operator: Exists
+ tolerationSeconds: 5
|
🦙 MegaLinter status: ❌ ERROR
See detailed report in MegaLinter reports |
c2e7f99
to
f06e0d4
Compare
f06e0d4
to
e06d3d5
Compare
e06d3d5
to
94aab59
Compare
173e573
to
b3eed09
Compare
| datasource | package | from | to | | ---------- | ------- | ----- | ----- | | helm | openebs | 4.1.1 | 4.3.3 |
b3eed09
to
44b8524
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.1.1
->4.3.3
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
openebs/openebs (openebs)
v4.3.3
Compare Source
This patch bring in a few fixes, as well as update of the bitnami repo which is needed. For more details see bitnami/charts#35164.
What's Changed
Full Changelog: openebs/openebs@v4.3.2...v4.3.3
v4.3.2
Compare Source
What's Changed
Full Changelog: openebs/openebs@v4.3.1...v4.3.2
v4.3.1
Compare Source
Fixes
kubectl openebs upgrade
fails for localpvs if mayastor is disabled. This is fixed. Detecting if Mayastor is enabled, was bugged. (@niladrih, #3967)Full Changelog: openebs/openebs@v4.3.0...v4.3.1
v4.3.0
Compare Source
OpenEBS 4.3.0 Release Notes
Release Summary
OpenEBS version 4.3 introduces several functional fixes and new features focused on improving Data Security, User Experience, High availability (HA), replica rebuilds, and overall stability. The key highlights are Mayastor's support for At-Rest data encryption and a new Openebs plugin thats allows users to interact with all engines supplied by OpenEBS project. In addition, the release includes various usability and functional fixes for mayastor, ZFS, LocalPV LVM and LocalPV Hostpath provisioners, along with documentation enhancements to help users and new contributors get started quickly.
Umbrella Features
kubectl openebs
.kubectl openebs dump system
command.kubectl-mayastor
plugin.Replicated Storage (Mayastor)
New Feature
OpenEBS offers support for data-at-rest encryption to help ensure the confidentiality of persistent data stored on disk.
With this capability, any disk pool configured with a user-defined encryption key can host encrypted volume replicas.
This feature is particularly beneficial in environments requiring compliance with regulatory or security standards.
Enhancements
Upgrading
This means that a volume status may now be reported as
Degraded
whereas it would have previously been reported asOnline
. This has a particular impact for unpublished volumes (in other words, volumes which are not mounted used by a pod) since volume rebuilds are currently not available for unpublished volumes.This behaviour can be reverted by setting a helm chart variable:
agents.core.volumeHealth=false
.loki.enabled=false, alloy.enabled=false
.Release Notes
Limitations
Known Issues
Local Storage (LocalPV ZFS, LocalPV LVM, LocalPV Hostpath)
Fixes and Enhancements
LocalPV ZFS Enhancements
LocalPV ZFS Fixes
LocalPV LVM Enhancements
LocalPV Hostpath Enhancements
Release Notes
LocalPV ZFS
LocalPV LVM
LocalPV Hostpath
Limitations
LVM-localpv has support for volume snapshot. But it doesn't support restore from a snapshot yet. It is in our roadmap.
Known Issues
Controller Pod Restart on Single Node Setup
After upgrading, single node setups may face issues where the ZFS-localpv/LVM-localpv controller pod does not enter the Running state due to changes in the controller manifest (now a Deployment) and missing affinity rules.
Workaround: Delete the old controller pod to allow the new pod to be scheduled correctly. This does not happen if upgrading from the previous release of ZFS-localpv/LVM-localpv.
Thin pool issue with LocalPV-LVM
We do not unmap/reclaim Thin pool capacity. It is not tracked in lvmnode cr also which can cause unexpected behaviour when scheduling volumes. Refer (When using lvm thinpool type, csistoragecapacities calculation is incorrect · Issue #382 · openebs/lvm-localpv)
Upgrade and Backward Incompatibilities
v4.2.0
Compare Source
Containerized Attached Storage for Kubernetes
v4.1.3
Compare Source
Containerized Attached Storage for Kubernetes
v4.1.2
Compare Source
Containerized Attached Storage for Kubernetes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.